Conversation
Contributor
|
🌿 Preview your docs: https://vapi-preview-e54aef89-4731-457c-85ee-6be701627ef2.docs.buildwithfern.com |
cellog
approved these changes
Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
subscriptionLimitsproperty to theCallschema inopenapi.jsonSubscriptionLimitsschema already exists and is referenced byCallBatchResponse, but was missing from theCallschemaPOST /call) returnssubscriptionLimitsin the response, and this is documented infern/calls/call-concurrency.mdx, but the OpenAPI specCallschema did not include itsubscriptionLimitsfield on the Call objectFixes PRO-1773
Testing Steps
fern check-- passes with 0 errors (5 pre-existing warnings unrelated to this change)$refpoints to existingSubscriptionLimitsschema (withconcurrencyBlocked,concurrencyLimit,remainingConcurrentCallsproperties)fern docs devor navigate to preview deployment